home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
search.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
2KB
|
41 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://lastpass/content/search.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<dialog width='600' height='500' persist="screenX screenY width height" id="LPSearch"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
ondialogaccept="return LP.search_accept_click(document, window);"
buttons=","
onload="window_load(document, window);">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/search.js" />
<vbox align="center">
<image src="chrome://lastpass/skin/icon.png" width="225" height="36" />
</vbox>
<vbox height='62'>
<label id="searchlabel" control="lpsearchstr" />
<hbox>
<textbox id="lpsearchstr" size="50" onkeydown="LP.search_home_keydown(document,window,event,true);" onkeyup="LP.search_accept_click(document, window);" />
<button id="searchBtn" oncommand="LP.search_accept_click(document, window);"/>
<button id="clearBtn" oncommand="clear_click();"/>
<button id="cancelBtn" hidden='true' oncommand="cancel_click();"/>
</hbox>
</vbox>
<vbox id="report" flex="1" style="overflow:auto;">
<tree id='tree' flex="1" seltype='single' enableColumnDrag='true' onclick='onTreeClicked(event)' onkeydown="LP.search_home_treeselect(document,window,event,1);">
<treecols>
<treecol id='tname' flex="5" minwidth="160" crop="end" class="sortDirectionIndicator" sortDirection="ascending" sortActive="true" onclick="sort(this)" persist="width ordinal hidden" sortReference='tname'/>
<treecol id='tgroup' flex="1" minwidth="120" class="sortDirectionIndicator" onclick="sort(this)" persist="width ordinal hidden"/>
<treecol id='tusername' minwidth="160" class="sortDirectionIndicator" onclick="sort(this)" persist="width ordinal hidden" />
<treecol id="taction" minwidth="50" persist="width ordinal hidden"/>
</treecols>
<treechildren id='searchresults'/>
</tree>
</vbox>
</dialog>